home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 283
- Top = 152
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Form5'
- ClientHeight = 107
- ClientWidth = 366
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 15
- Top = 18
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 60
- Top = 20
- Width = 201
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 60
- Top = 35
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Bevel1: TBevel
- Left = 15
- Top = 60
- Width = 341
- Height = 5
- Shape = bsBottomLine
- end
- object Button1: TButton
- Left = 282
- Top = 75
- Width = 75
- Height = 25
- Caption = 'Exit Setup'
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 197
- Top = 75
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Continue'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- end
-